LCORE-2860: RHOAI Prow e2e tests fail to start — service pods never become ready#2050
Conversation
|
Warning Review limit reached
Next review available in: 57 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (6)
WalkthroughModifies the RHOAI e2e test configuration to remove an embedding model and FAISS vector store registration, replacing it with an empty vector store list, and removes an explicit base image argument from the pipeline's build step. ChangesE2E RHOAI Test Config and Pipeline Updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Remove --image flag from oc new-build that overrode the containerfile's FROM (ubi9/python-312) with ubi-minimal, which lacks dnf - Remove duplicate vector_stores registration from run.yaml (enrichment handles it) - Add RHOAI-specific lightspeed-stack config with vLLM defaults - Parametrize model name via vllm-model-secret so both pods read from a single source - Override inference defaults (default_model/default_provider) in Prow config swaps using E2E env vars - Create /tmp/data before starting lightspeed-stack pod for SQLite Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
60939c8 to
cac51f2
Compare
|
Tests running here |
Summary
Fix two issues preventing RHOAI Prow e2e pipeline from deploying service pods:
Image build failure (
DockerBuildFailed):oc new-build --image=ubi9/ubi-minimaloverrode the containerfile'sFROM ubi9/python-312withubi-minimal, which lacksdnf. Removed the--imageflag so the containerfile's own base image is used.Vector store registration conflict:
run.yamlpre-registered the vector store and embedding model underprovider_id: faiss, conflicting with the lightspeed-stack enrichment script which registers them underprovider_id: byok_e2e-test-docs. Removed the duplicate entries since enrichment handles both.Type of change
Tools used to create PR
Related Tickets & Documents
Checklist before requesting a review
Testing
ubi9/python-312base/v1/querySummary by CodeRabbit